home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / texted1a / frmmain.frm < prev    next >
Text File  |  1999-10-12  |  28KB  |  799 lines

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
  3. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
  4. Begin VB.MDIForm frmMain 
  5.    Appearance      =   0  'Flat
  6.    BackColor       =   &H00404040&
  7.    Caption         =   "Text Editor"
  8.    ClientHeight    =   6285
  9.    ClientLeft      =   165
  10.    ClientTop       =   450
  11.    ClientWidth     =   7395
  12.    Icon            =   "frmMain.frx":0000
  13.    LinkTopic       =   "MDIForm1"
  14.    StartUpPosition =   2  'CenterScreen
  15.    WindowState     =   2  'Maximized
  16.    Begin MSComctlLib.Toolbar tbFind 
  17.       Align           =   1  'Align Top
  18.       Height          =   630
  19.       Left            =   0
  20.       TabIndex        =   4
  21.       Top             =   915
  22.       Visible         =   0   'False
  23.       Width           =   7395
  24.       _ExtentX        =   13044
  25.       _ExtentY        =   1111
  26.       ButtonWidth     =   609
  27.       ButtonHeight    =   953
  28.       AllowCustomize  =   0   'False
  29.       Appearance      =   1
  30.       _Version        =   393216
  31.       Begin VB.CommandButton cmdCancel 
  32.          Caption         =   "&Cancel"
  33.          Height          =   255
  34.          Left            =   5880
  35.          TabIndex        =   7
  36.          Top             =   120
  37.          Width           =   855
  38.       End
  39.       Begin VB.CommandButton cmdFindNext 
  40.          Caption         =   "Find Next"
  41.          Height          =   255
  42.          Left            =   4800
  43.          TabIndex        =   6
  44.          Top             =   120
  45.          Width           =   975
  46.       End
  47.       Begin VB.TextBox Text1 
  48.          Height          =   285
  49.          Left            =   0
  50.          TabIndex        =   0
  51.          Text            =   "Search For What?"
  52.          Top             =   120
  53.          Width           =   3735
  54.       End
  55.       Begin VB.CommandButton cmdFind 
  56.          Caption         =   "&Find"
  57.          Default         =   -1  'True
  58.          Enabled         =   0   'False
  59.          Height          =   255
  60.          Left            =   3960
  61.          TabIndex        =   5
  62.          Top             =   120
  63.          Width           =   735
  64.       End
  65.    End
  66.    Begin VB.PictureBox pctBar1 
  67.       Align           =   1  'Align Top
  68.       BackColor       =   &H00FFFFFF&
  69.       Height          =   495
  70.       Left            =   0
  71.       Picture         =   "frmMain.frx":27A2
  72.       ScaleHeight     =   435
  73.       ScaleWidth      =   7335
  74.       TabIndex        =   3
  75.       Top             =   420
  76.       Width           =   7395
  77.       Begin VB.Label lblDocName 
  78.          BackStyle       =   0  'Transparent
  79.          Caption         =   "Document Title"
  80.          BeginProperty Font 
  81.             Name            =   "Times New Roman"
  82.             Size            =   26.25
  83.             Charset         =   0
  84.             Weight          =   700
  85.             Underline       =   0   'False
  86.             Italic          =   -1  'True
  87.             Strikethrough   =   0   'False
  88.          EndProperty
  89.          ForeColor       =   &H000000FF&
  90.          Height          =   495
  91.          Left            =   0
  92.          TabIndex        =   8
  93.          Top             =   -120
  94.          Width           =   11415
  95.       End
  96.    End
  97.    Begin MSComctlLib.StatusBar StatusBar1 
  98.       Align           =   2  'Align Bottom
  99.       Height          =   255
  100.       Left            =   0
  101.       TabIndex        =   2
  102.       Top             =   6030
  103.       Width           =   7395
  104.       _ExtentX        =   13044
  105.       _ExtentY        =   450
  106.       _Version        =   393216
  107.       BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
  108.          NumPanels       =   4
  109.          BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  110.             Style           =   1
  111.             Enabled         =   0   'False
  112.             Object.Width           =   1129
  113.             MinWidth        =   1129
  114.             Text            =   "CAPS"
  115.             TextSave        =   "CAPS"
  116.          EndProperty
  117.          BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  118.             Style           =   2
  119.             Enabled         =   0   'False
  120.             Object.Width           =   1129
  121.             MinWidth        =   1129
  122.             TextSave        =   "NUM"
  123.          EndProperty
  124.          BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  125.             Object.Width           =   12771
  126.             MinWidth        =   12771
  127.             Text            =   "Document"
  128.             TextSave        =   "Document"
  129.          EndProperty
  130.          BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  131.             Style           =   5
  132.             Object.Width           =   1482
  133.             MinWidth        =   1482
  134.             Text            =   "Doc"
  135.             TextSave        =   "5:20 PM"
  136.          EndProperty
  137.       EndProperty
  138.    End
  139.    Begin MSComDlg.CommonDialog dlgCommonDialog 
  140.       Left            =   1740
  141.       Top             =   1320
  142.       _ExtentX        =   847
  143.       _ExtentY        =   847
  144.       _Version        =   393216
  145.    End
  146.    Begin MSComctlLib.ImageList imlToolbarIcons 
  147.       Left            =   3000
  148.       Top             =   1560
  149.       _ExtentX        =   1005
  150.       _ExtentY        =   1005
  151.       BackColor       =   -2147483643
  152.       ImageWidth      =   16
  153.       ImageHeight     =   16
  154.       MaskColor       =   12632256
  155.       _Version        =   393216
  156.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  157.          NumListImages   =   13
  158.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  159.             Picture         =   "frmMain.frx":7722
  160.             Key             =   "New"
  161.          EndProperty
  162.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  163.             Picture         =   "frmMain.frx":7834
  164.             Key             =   "Open"
  165.          EndProperty
  166.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  167.             Picture         =   "frmMain.frx":7946
  168.             Key             =   "Save"
  169.          EndProperty
  170.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  171.             Picture         =   "frmMain.frx":7A58
  172.             Key             =   "Print"
  173.          EndProperty
  174.          BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  175.             Picture         =   "frmMain.frx":7B6A
  176.             Key             =   "Cut"
  177.          EndProperty
  178.          BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  179.             Picture         =   "frmMain.frx":7C7C
  180.             Key             =   "Copy"
  181.          EndProperty
  182.          BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  183.             Picture         =   "frmMain.frx":7D8E
  184.             Key             =   "Paste"
  185.          EndProperty
  186.          BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  187.             Picture         =   "frmMain.frx":7EA0
  188.             Key             =   "Bold"
  189.          EndProperty
  190.          BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  191.             Picture         =   "frmMain.frx":7FB2
  192.             Key             =   "Italic"
  193.          EndProperty
  194.          BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  195.             Picture         =   "frmMain.frx":80C4
  196.             Key             =   "Underline"
  197.          EndProperty
  198.          BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  199.             Picture         =   "frmMain.frx":81D6
  200.             Key             =   "Align Left"
  201.          EndProperty
  202.          BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  203.             Picture         =   "frmMain.frx":82E8
  204.             Key             =   "Center"
  205.          EndProperty
  206.          BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  207.             Picture         =   "frmMain.frx":83FA
  208.             Key             =   "Align Right"
  209.          EndProperty
  210.       EndProperty
  211.    End
  212.    Begin MSComctlLib.Toolbar tbToolBar 
  213.       Align           =   1  'Align Top
  214.       Height